Swaps
Using Swaps stream on can receive notifcations about swapping of tokens that happens on decentralzied exchanges like Uniswap.
Supported Networks:
- Ethereum mainnet
- Arbitrum
Supported Protocol (DEX):
- Uniswwap-V2
- Uniswap-V3
The Swaps stream has below filters:
Filter Parameters
Filter Type | Description |
---|---|
Chain | Chain on which the swaps are executed |
Protocol | DEX Protocol on which the swaps are executed |
Wallet Address | List of wallets you want to track (optional). |
Token | Token address for one pair |
Operators | Less then, more than or equal to a specific amount |
Swap Direction | Whether the swap is buy, sell or both |
Pair | Select pairs you want to track. |
Note
If no pair is specified, all pairs in the network will be included
Message Params
Message name | Description |
---|---|
Stream Name | The name of the stream |
Wallet | wallet address of the trader |
Token Out | Returns the sold token |
Token In | Returns the bought token |
Protocol | Returns the swap protocol |
Swap Price | Returns the price of bought token |
Date & Time | Returns the date and time of the transaction |
Txn link | Returns the link of the transaction |